Click or drag to resize

InvalidRecipient Class

Contains the SMTP address of the invalid recipient and information about why the recipient is invalid.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeInvalidRecipient

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class InvalidRecipient

The InvalidRecipient type exposes the following members.

Properties
  NameDescription
Public propertyMessageText
Provides a text description of the status of the response.
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
Public propertySmtpAddress
Contains the SMTP address of the invalid recipient.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also